losing one"s sanity - tradução para italiano
DICLIB.COM
Ferramentas linguísticas em IA
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:     

Tradução e análise de palavras por inteligência artificial

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

losing one"s sanity - tradução para italiano

PRELIMINARY CHECK TO QUICKLY DETERMINE WHETHER A CLAIM OR THE RESULT OF A CALCULATION OR PROCEDURE IS VALID
Sanity test; Sanity-checking; Sanity testing; Sanity checking

losing one's sanity      
perdere la sanità mentale, impazzire
one to one         
WIKIMEDIA DISAMBIGUATION PAGE
1-to-1; One to one; One To One; One to One (album); One to One (disambiguation); One-to-One (disambiguation); One to one (disambiguation); One-one; One-To-One; One to One; One-to-one (disambiguation); One-to-One; 1-2-1; One to One (song)
tra due persone, individuale; biunivoco
one and only         
  • Norihiro Yokoyama, who rode One And Only in 2014
WIKIMEDIA DISAMBIGUATION PAGE
One & Only; The One & Only; One and Only; One and only; The one and only; One and Only (disambiguation); The One and Only (album); The One and Only (disambiguation); The One and Only (film); The One and Only (TV series)
unico

Definição

sanity check
<programming> 1. Checking code (or anything else, e.g. a Usenet posting) for completely stupid mistakes. Implies that the check is to make sure the author was sane when it was written; e.g. if a piece of scientific software relied on a particular formula and was giving unexpected results, one might first look at the nesting of parentheses or the coding of the formula, as a "sanity check", before looking at the more complex I/O or data structure manipulation routines, much less the algorithm itself. Compare reality check. 2. A run-time test, either validating input or ensuring that the program hasn't screwed up internally (producing an inconsistent value or state). [Jargon File] (1998-08-29)

Wikipédia

Sanity check

A sanity check or sanity test is a basic test to quickly evaluate whether a claim or the result of a calculation can possibly be true. It is a simple check to see if the produced material is rational (that the material's creator was thinking rationally, applying sanity). The point of a sanity test is to rule out certain classes of obviously false results, not to catch every possible error. A rule-of-thumb or back-of-the-envelope calculation may be checked to perform the test. The advantage of performing an initial sanity test is that of speedily evaluating basic function.

In arithmetic, for example, when multiplying by 9, using the divisibility rule for 9 to verify that the sum of digits of the result is divisible by 9 is a sanity test—it will not catch every multiplication error, however it's a quick and simple method to discover many possible errors.

In computer science, a sanity test is a very brief run-through of the functionality of a computer program, system, calculation, or other analysis, to assure that part of the system or methodology works roughly as expected. This is often prior to a more exhaustive round of testing.